home *** CD-ROM | disk | FTP | other *** search
- \
- \ tt.app --- shows how to build a turnkey application.
- \
-
- INCLUDE TETRIS \ load all source
-
- EXTENSIONS ALSO \ access variable APPLICATION
- ' TT APPLICATION ! \ store main word of application
- \ in APPLICATION
-
- \
- \ Load this file from the command line like this:
- \
- \ pfe -D tt.dic tt.app
- \ ^ ^
- \ | |
- \ | +-- source file to load, this file
- \ |
- \ +-- file to store the image
- \
- \
- \ Then execute the image like this:
- \
- \ pfe -d tt.dic
- \
-